fix(control-plane): show pending uploaded documents#2346
Conversation
|
Thanks a lot for this @xmh1011 — the UX you proposed here (showing accepted files as We've decided to land this server-driven instead of client-side. Rather than a Superseded by #2420 (which closes #2314). Closing this one — really appreciate the contribution and the clear write-up that made the follow-up easy. 🙏 |
…tions (#2420) Render in-flight and failed file uploads in the Documents view by deriving them from the server's file_convert_retain operations — no client-side store or client-generated document ids. - surface document_id + original_filename on the operations list endpoint (already stored in the operation's result_metadata) - documents-view derives pending/failed rows from those operations, deduped against the real document list by document_id, and polls while in-flight - bridge the brief window where an operation reports completed before the document becomes visible in listDocuments, so the row never flickers Supersedes #2346 (client-side sessionStorage approach). Closes #2314.
Summary
Closes #2314
Tests